Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-91299 | AIX7-00-003040 | SV-101397r1_rule | High |
Description |
---|
The rsh daemon permits username and passwords to be passed over the network in clear text. |
STIG | Date |
---|---|
IBM AIX 7.x Security Technical Implementation Guide | 2020-02-24 |
Check Text ( C-90453r1_chk ) |
---|
From the command prompt, run the following command: # grep -v "^#" /etc/inetd.conf |grep rshd The above command may show the daemon is enabled like this: shell stream tcp6 nowait root /usr/sbin/rshd rshd If the above grep command returned a line that contains "rshd", this is a finding. |
Fix Text (F-97497r1_fix) |
---|
Edit the "/etc/inetd.conf" file and comment out the "rshd" service. Restart the inetd service: # refresh -s inetd |